home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 1 / Precision Software Applications Silver Collection Volume One (PSM) (1993).iso / games / egavga / tyahtz41.exe / YAHTZEE.DOC < prev    next >
Text File  |  1991-08-23  |  13KB  |  302 lines

  1.  
  2.                             TRIPLE   YAHTZEE
  3.  
  4.                                   v4.1
  5.  
  6.                               PCBoard 14.x
  7.  
  8.                                    by
  9.  
  10.                               Al Lawrence
  11.  
  12.                             Sunrise-80  BBS
  13.                             (404) 256-9525
  14.  
  15.  
  16.  
  17.  
  18.                                 OVERVIEW
  19.                                 ________
  20.  
  21.  
  22.    Triple Yahtzee is played exactly like the board game. A high score file
  23.    is maintained  (size is controlled from the configuration file). Since
  24.    this game can take a while to play to completion,  a game save feature
  25.    has been included. This feature allows the caller to save the  game
  26.    contents and return to the same game on their next call automatically.
  27.  
  28.  
  29.  
  30.    NOTE: Most errors will be logged to a file called DFRAME.ERR, which is
  31.          created in the directory you run the door from.
  32.  
  33.  
  34.  
  35.                               INSTALLATION
  36.                               ____________
  37.  
  38.  
  39.    Installation is fairly easy and straight-forward. The following steps and
  40.    examples should have you up and running in a very short period of time.
  41.    It is assumed that you are familiar with setting up DOORS on your system.
  42.    To this end, only examples of the configuration file and Door batch file
  43.    are described.
  44.  
  45.       1) Create a directory to hold all YAHTZEE files
  46.  
  47.       2) Unzip TYAHTZxx.ZIP into the the above directory
  48.  
  49.          NOTE: BRUN45.EXE is not included but is required !!!
  50.  
  51.       3) Create a configuration file, with a name of your choice, or
  52.          modify the supplied YAHTZEE.CFG file. A description follows:
  53.  
  54.             **                       Location of System file
  55.  
  56.             SUNRISE-80 BBS           Your BBS Name
  57.  
  58.             Al                       SYSOP's First Name
  59.  
  60.             Lawrence                 Sysop's Last Name
  61.  
  62.             00000000                 Registration Number
  63.  
  64.             50                       Number of Top Score entries.
  65.                                      Minimum = 10, Maximum = 99.
  66.  
  67.         #   2                        Keyboard timeout value in minutes.
  68.                                      If key not depressed for 2 minutes
  69.                                      board is saved and caller is returned
  70.                                      to BBS. Minimum=2, Maximum=5
  71.  
  72.         #   NONE                     Drive:\Path\Filename to contain the
  73.                                      Top Score Bulletin or enter NONE
  74.                                      for NO Bulletin creation.
  75.  
  76.             1                        Initial setting of the HOTKEY feature.
  77.                                      1=ON, 0=OFF. Default will be 1 if any
  78.                                      other value is encountered.
  79.  
  80.             2                        1 = DO NOT Display the ADOPT-A-DOOR Msg
  81.                                      2 = DO Display the ADOPT-A-DOOR Message
  82.                                      When YAHTZEE is Registerd, this option
  83.                                      will have no effect. This option is for
  84.                                      those Sysops that do not like the
  85.                                      ADOPT-A-DOOR Concept.
  86.  
  87.             
  88.         #   1                        Color of Main Portion of Board
  89.                                      1=Blue, 4=Red, 5=Magenta, 14=Yellow
  90.  
  91.         #   1                        Number of games allowed each day
  92.                                      (Sysop gets 99 in registered version ONLY!)
  93.  
  94.  
  95.             NOTE: There should be NO BLANK LINES in the configuration file!
  96.  
  97.        ** = Replace with ONE of the following:
  98.  
  99. C:\PCB\PCBOARD.SYS              <- For PCBoard systems using PCBOARD.SYS only
  100. C:\PCB\USERS.SYS                <- For PCBoard systems using USERS.SYS
  101. C:\BBS\CALLINFO.BBS             <- For Wildcat! systems (prior to v3.0)
  102. C:\BBS\USERINFO.DAT             <- For Wildcat! systems using v3.x
  103.                                    (Note:DOOR.SYS must be in SAME directory)
  104. C:\BBS\DOOR.SYS                 <- For systems that support DOOR.SYS
  105. C:\BBS\DORINFOx.DEF             <- For QBBS/RBBS/RA. Replace x with Node #.
  106. C:\BBS\SFDOORS.DAT              <- For Spitfire systems.
  107. C:\BBS\CHAIN.TXT                <- For WWIV systems 
  108.  
  109.         # = Requires registration to change to a different value
  110.  
  111.  
  112.       4) Create a batch file or modify the YAHTZEE file supplied. A
  113.          description of this file follows:
  114.  
  115.             ECHO off
  116.             cd\PCB\DOORS\YAHTZEE      Location of Yahtzee files
  117.             YAHTZEE YAHTZEE.CFG       EXE filename and CFG filename (Name
  118.                                       used in creating file in #3 above)
  119.             CD\PCB
  120.             BOARD
  121.  
  122.  
  123.        5) When running in more than one node, be sure to supply a
  124.           different configuration name for each node (your choice of name).
  125.  
  126.  
  127.  
  128.                                COM Support
  129.                                ___________
  130.  
  131.       Support for COM 1-4 on the standard IRQ's - COM1/COM3 = IRQ4 and
  132.       COM2/COM4 = IRQ3. If you wish to use a non-standard IRQ, add the IRQ
  133.       number after the configuration filename. Let's assume your Door is
  134.       called FOOBAR and you want to use COM1 and IRQ5. The command line
  135.       passed to your Door would be:
  136.                                    FOOBAR FOOBAR.CFG /5
  137.       The /5 tells FOOBAR to use IRQ5 rather than the standard IRQ4 that is
  138.       normally used with COM1. No /x parameter is needed for the standard
  139.       IRQ's.
  140.  
  141.  
  142.  
  143.                       UPLOADED SCORE UPDATING(PC-YAHTZEE)
  144.                       ___________________________________
  145.     
  146.    
  147.     Triple Yahtzee's companion program, PC-YAHTZEE, is used by your callers 
  148.     to play Triple Yahtzee offline on their PC's. When they register PC-YAHTZEE,
  149.     they unlock the ability to upload their scores to your BBS. You in turn 
  150.     combine all uploaded scores and merge them into your BBS' Triple Yahtzee
  151.     high score file. You have the option to implement this feature or not.
  152.     
  153.     Your callers will be uploading numeric filenames with .UPL as the
  154.     extension (ex: 12345678.UPL). You can have them upload them to a private
  155.     upload directory or to your regular upload directory. If you choose the
  156.     regular upload directory, then be sure you allow uploads with a .UPL 
  157.     extension. The uploaded filename is a fixed format, unique to each user
  158.     of PC-YAHTZEE. Be sure to let your callers know how/where to upload their
  159.     Yahtzee High Score files !
  160.  
  161.     I would appreciate your posting the latest PC-YAHTZEE program as I believe
  162.     it will benefit the throughput of your board, by reducing the amount of 
  163.     time spent playing Triple Yahtzee. As a registered user of Triple Yahtzee
  164.     you will receive a registration number for your personal copy of PC-YAHTZEE!
  165.     Please be sure to download a copy for yourself and POST one on your BBS!!!    
  166.     
  167.     Should you decide to implement (and I would suggest that you do), use the
  168.     following batch file (modify where appropriate) to automate this updating
  169.     process.
  170.  
  171.        
  172.            (1) D:
  173.            (2) CD\NEWUPLD
  174.            (3) COPY *.UPL YAHTZEE.CMB
  175.            (4) DEL *.UPL
  176.            (5) COPY YAHTZEE.CMB C:\PCB\DOORS\YAHTZEE3\
  177.            (6) DEL YAHTZEE.CMB
  178.            (7) C:
  179.            (8) CD\C:\PCB\DOORS\YAHTZEE3
  180.            (9) YAHTZMRG YAHTZEE.CFG
  181.           (10) DEL YAHTZEE.CMB
  182.  
  183.      (1) Change to D: drive
  184.      (2) Change to directory containing the uploaded score files
  185.      (3) Merge all .UPL files into YAHTZEE.CMB (DO NOT rename YAHTZEE.CMB !!!)
  186.      (4) Delete uploaded files (*.UPL)
  187.      (5) Copy YAHTZEE.CMB to Triple Yahtzee door directory
  188.      (6) Delete YAHTZEE.CMB from upload directory
  189.      (7) Change to C: drive
  190.      (8) Change to Triple Yahtzee door directory
  191.      (9) Merge uploaded scores with YAHZTEE.SCO file(Use Yahtzee config file)
  192.     (10) Delete YAHTZEE.CMB
  193.  
  194.          NOTE: This can be run in a nightly event process!!
  195.  
  196.     When merging, YAHTZMRG.EXE will reject duplicate entries within the 
  197.     uploaded file(s) as well as entries that duplicate existing entries 
  198.     in the YAHTZEE.SCO file. The uploaded score file(s) are created by 
  199.     PC-YAHTZEE. Any attempt to change these scores with an editor will
  200.     result in YAHTZMRG rejecting them outright.
  201.  
  202.  
  203.  
  204.                                ADOPT-A-DOOR
  205.                                ____________
  206.  
  207.     Having been a Sysop for a number of years, I have had my share of problems
  208.     and frustrations getting financial support for my board's upkeep. A fellow
  209.     Sysop left a message on my board, not long ago, about a concept that was
  210.     being used by several boards around the country.
  211.  
  212.     The concept, ADOPT-A-DOOR, allows a caller to register (ADOPT) a door. It
  213.     would be the same as sending in a donation, only this way it is earmarked
  214.     for registering a particular door. In a way, the user feels he/she is
  215.     "getting something in return". As a Door author I have decided to build
  216.     this concept into each of my Door programs. The concept replaces the
  217.     usual message "tell the Sysop to register this Door" we find in most
  218.     doors.
  219.  
  220.     If the Door is unregisterd then a message appears on the opening screen
  221.     to that effect. After finishing or suspending a game, a message screen
  222.     is displayed about the ADOPT-A-DOOR concept. The message also tells the
  223.     caller to contact the Sysop to find out if there is any further details
  224.     to the ADOPT-A-DOOR concept. Some Sysops give extra D/L time, online
  225.     time, etc to callers that ADOPT-A-DOOR.
  226.  
  227.     If the Door has been registered, either by the Sysop or other callers,
  228.     the names of those contributors will be displayed in the closing screen.
  229.  
  230.     NOTE: If you want to display the names of the callers that contributed
  231.           to registering the Door, you must create an ASCII file called
  232.           ADOPT.SYS. You create it with an Editor or Word Processor. Enter
  233.           the name(s) of the contributors (one on each line, maximum of 5
  234.           entries, each a maximum of 30 characters long). This file must be
  235.           saved, in ASCII format, and placed in the Door directory.
  236.  
  237.  
  238.  
  239.                               LEGALITIES
  240.                               __________
  241.  
  242.  
  243.       THIS SOFTWARE AND ACCOMPANYING MATERIALS ARE DISTRIBUTED "AS IS"
  244.       WITHOUT WARRANTY, EXPRESS, IMPLIED OR STATUTORY, INCLUDING BUT NOT
  245.       LIMITED TO ANY IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  246.       FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL ANYONE INVOLVED WITH
  247.       THE CREATION AND PRODUCTION OF THIS PRODUCT BE LIABLE FOR INDIRECT,
  248.       SPECIAL, OR CONSEQUENTIAL DAMAGES, ARISING OUT OF ANY USE THEREOF
  249.       OR BREACH OF ANY WARRANTY.
  250.  
  251.  
  252.  
  253.  
  254.  
  255.                              DISTRIBUTION
  256.                              ____________
  257.  
  258.    You may make this file available for downloading from your BBS or you may
  259.    upload it to any BBS of your choice, provided that you do not make any
  260.    changes to the contents of the archive (ZIP file). The archive and its
  261.    individual contents may not be used by any service that charges any money
  262.    whatsoever, without the written permission of the author.
  263.  
  264.  
  265.  
  266.  
  267.  
  268.                              REGISTRATION
  269.                              ____________
  270.  
  271.    Registration and the subsequent insertion of the registration number into
  272.    your configuation file, allows for the display of your BBS name on the
  273.    opening and closing screen as well as the reduction of a delay built into
  274.    the opening screen display along with the ability to change certain values
  275.    in the configuration file.
  276.  
  277.    To register your copy of YAHTZEE, please fill out the registration form
  278.    (REGISTER.FRM) and mail it along with a small donation ($20, $25,etc) to
  279.    the name and address on the form.
  280.  
  281.    Be sure to use the proper upper/lower case when filling in your name and
  282.    BBS name, as they MUST match the way you entered them in the configuration
  283.    file.             ^^^^
  284.  
  285.    Based upon information supplied on the registration form, I will pre-
  286.    register you on my BBS. You will then be able to call SUNRISE-80 and pick
  287.    up your registration number or supply a self-addressed stamped envelope.
  288.  
  289.  
  290.  
  291.                                  MISC
  292.                                  ____
  293.  
  294.    The latest version of TRIPLE YAHTZEE and other fine SUNRISE DOOR programs
  295.    are always available for download from SUNRISE-80 BBS and/or SALTAIR BBS.
  296.  
  297.    Remember, should you have any problems, questions or suggestions, be sure
  298.    to drop me a message on either of the aforementioned BBS' or via the 
  299.    DOORS conference on PCRELAY/RIME, Node=SUNRISE.
  300.  
  301.  
  302.